home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000174_news@columbia.edu _Fri Mar 8 23:03:10 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id XAA12550 for <kermit.misc@watsun>; Fri, 8 Mar 1996 23:03:10 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id XAA21303 for kermit.misc@watsun; Fri, 8 Mar 1996 23:03:07 -0500 (EST)
  4. Path: news.columbia.edu!panix!news.cloud9.net!news.sprintlink.net!wizard.pn.com!dns.crocker.com!calweb!hsouders
  5. From: hsouders@calweb.com (Harry Souders)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit 95 & Scripting
  8. Date: Fri, 08 Mar 96 18:05:12 GMT
  9. Organization: CalWeb Internet Services, Inc.
  10. Lines: 41
  11. Message-ID: <4hp110$g60@news.calweb.com>
  12. References: <4heon9$79d@news.calweb.com> <4hhk6i$cpn@apakabar.cc.columbia.edu>
  13. NNTP-Posting-Host: sac2-66.calweb.com
  14. X-Newsreader: News Xpress 2.0 Beta #0
  15.  
  16. In article <4hhk6i$cpn@apakabar.cc.columbia.edu>, fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote:
  17. >In article <4heon9$79d@news.calweb.com>,
  18. >Harry Souders <hsouders@calweb.com> wrote:
  19. >: I would like get get Kermit 95 in order to automate calls to bulletin
  20. >: boards via landline and telnet. I have so far been unable to find a list
  21. >: of commands for the scripting language in Kermit95. Does anyone know
  22. >: where I can get a list of the commands available and a short description
  23. >: of what each does?
  24. >: 
  25. >If you ordered Kermit 95 from us or bought it in a store, it came in a box
  26. >with two manuals.  The thicker of the two has three chapters on script
  27. >programming.
  28.  
  29. I have not ordered Kermit 95.
  30.  
  31. I am looking for a good communications program to use mostly for automated 
  32. unattended telnet and landline calls into bulletin boards. Qmodem for Win95 
  33. may work as might the new Procomm Plus v3.0. Kermit came highly recommended 
  34. from a friends whose opinion I trust.
  35.  
  36. I what I am looking for is a brief list of the commands and a very brief 
  37. explaination of what they do. I'd just like to know what Kermit95 can and 
  38. cannot do as far as scripting is concerned.
  39.  
  40. Some things I would want to the scripting language to be able to do are:
  41.  
  42. - waitfor with multiple while statements. In other words the scripts waits for 
  43. a certain text, but will branch to other subroutines if other designaged text 
  44. is encountered (kinda hard to explain)
  45.  
  46. -From the command line: would want to start kermit95, have it run a designated 
  47. script, then have kermit95 shut down.
  48.  
  49. -Would like to read in text files, manipulate the data, and write it to 
  50. another text file. ie. some simple parsing, date manipulation, etc.
  51.  
  52. -Basically, if kermit95 can do most of the scripting things my old procomm 
  53. plus 4 windoze ASPECT scripting language can then I should be more than happy 
  54. with it. From checking out the www pages on kermit95 it has more than enough 
  55. features for me, I just do not know much about its scripting capabilities.
  56.